Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.quota.core.types--doctype

This contribution is part of XML component org.nuxeo.ecm.quota.core.types inside nuxeo-quota-core-6.0.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="DocumentsCountStatistics">
          <schema name="documents_count_statistics"/>
        </facet>
  • <facet name="DocumentsSizeStatistics">
          <schema name="documents_size_statistics"/>
        </facet>
  • <doctype extends="Document" name="quota_heaviest_containers_cv">
         <schema name="quota_heaviest_containers_cv"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <facet name="DocumentsCountStatistics">
      <schema name="documents_count_statistics"/>
    </facet>

    <facet name="DocumentsSizeStatistics">
      <schema name="documents_size_statistics"/>
    </facet>
    
    <doctype extends="Document" name="quota_heaviest_containers_cv">
     <schema name="quota_heaviest_containers_cv"/>
    </doctype>

  </extension>